
#headLine {
    width: 100%;
    height: 100px;
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 15px 50px;
    background-image: url(../images/common/tt.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-bottom: 20px;
}

#headLine_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    color: #b7191a;
    text-align: center;
}

#headLine_content {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #565555;
}

#f1 {
    width: 100%;
    height: 270px;
}

#slider {
    float: left;
    width: 645px;
    height: 270px;
}

#slider_right {
    width: 265px;
    height: 270px;
    float: right;
    background-color: #F5F5F5;
    position: relative;
}

#slider_info {
    width: 100%;
    height: 270px;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
}

#slider_info_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider_info {
    width: 100%;
    height: 100%;
}

.slider_title {
    height: 70px;
    line-height: 35px;
    font-size: 22px;
    overflow: hidden;
    color: #302f2f;
}

.slider_title a {
    display: block;
    width: 100%;
    height: 100%;
}

.slider_content {
    height: 150px;
    font-size: 16px;
    line-height: 30px;
    text-indent: 32px;
    margin-top: 10px;
    color: #5c5b5b;
}

.slider_more {
    float: right;
    width: 85px;
    height: 30px;
    color: #b7191a;
    line-height: 30px;
}

#slider_page {
    width: 300;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: 25px;
    bottom: 20px;
}

#slider_page li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background-color: #bfbfbf;
    border-radius: 50%;
}

#slider_page li.on {
    background-color: #B7191A;
}

#slider_left {
    width: 380px;
    height: 270px;
    float: left;
    background-color: #f5f5f5;
    overflow: hidden;
}

#slider_left img {
    width: 380px;
    height: 270px;
}

#slider_left a {
    display: block;
    width: 380px;
    height: 270px;
}

#f1_right {
    float: right;
    width: 485px;
    height: 100%;
    overflow: hidden;
}

#f1_right .artcleList li{
	height: 38px;
	line-height: 38px;
}
.szfxx_list{
    overflow:hidden;
    height:228px;
}
.szfxx_list li span{
    font-size: 14px;
    max-width: 80px;
    color: #7A7A7A;
    float: right;
}
.tpxw {
    display: block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    color: #3E3E3E;
    background: #f5f5f5;
    margin-top: 11px;
}

.tpxw img {
    width: 95px;
    height: 65px;
    float: left;
}

.tpxw span {
    float: left;
    max-width: 326px;
    white-space: nowrap;
    max-width: calc(100% - 95px);
    text-overflow: ellipsis;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 6px;
}

#f2 {
    width: 100%;
    /* height: 90px; */
    margin: 20px 0;
}

#f2 a {
    float: left;
    width: 222px;
    /* height: 90px; */
    margin-left: 10px;
    /* margin-left: calc(70px / 3); */
}

#f2 a:first-child{
	margin-left:0;
}

#f2 a img {
    width: 100%;
    /* height: 90px; */
}

#f3 {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

#f3 .artcleListMod {
    width: 373px;
    float: left;
    margin-left: 15px;
}

#main .center_con .nm {
    margin: 0;
}

@media screen and (max-device-width: 768px) {
    #headLine {
        padding: 15px 25px;
        height: auto;
    }

    #headLine_title {
        white-space: normal;
        height: auto;
        line-height: 30px;
        font-size: 18px;
    }

    #headLine_content {
        display: none;
    }

    #f1 {
        height: auto;
    }

    #slider {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 20px;
    }

    #slider_left {
        width: 100%;
        height: auto;
    }

    #slider_left a {
        width: 100%;
        height: auto;
    }

    #slider_left img {
        width: 100%;
        height: auto;
    }

    #slider_right {
        width: 100%;
        height: auto;
        padding-bottom: 40px;
    }

    #slider_info {
        height: auto;
        padding: 0;
    }

    .slider_info {
        height: auto;
        box-sizing: border-box;
        padding: 20px;
        overflow: hidden;
    }

    .slider_title {
        height: auto;
    }

    .slider_content {
        display: none;
    }

    #f1_right {
        width: 100%;
    }

    #f2 {
        height: auto;
    }

    #main #f2 a {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    #f3 {
        height: auto;
    }

    #f3 .artcleListMod {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
	
	
}